home *** CD-ROM | disk | FTP | other *** search
- #VRML V2.0 utf8
-
- EXTERNPROTO Vista [
- exposedField SFString type
- exposedField MFNode texture
- exposedField MFVec2f vFov
- exposedField MFVec2f hFov
- exposedField SFVec2f pitchRange
- exposedField SFVec2f yawRange
- exposedField SFVec2f zoomRange
- exposedField MFColor groundColor
- exposedField MFFloat groundRange
- exposedField MFColor skyColor
- exposedField MFFloat skyRange
-
- eventOut SFVec2f clickPt
- eventOut SFVec2f overPt
- eventOut SFBool isBound
- eventIn SFBool set_bind
- ] "http://www.livepicture.com/proto/vistaproto15.wrl#Vista"
-
- NavigationInfo {
- type "VISTA"
- headlight FALSE
- }
-
- DEF Node01 Vista {
- type "CYLINDER"
- texture ImageTexture { url "Appartement/Appartement_01.jpg" }
- vFov -0.759218 0.759218
- pitchRange -0.759218 0.759218
- }
-
- DEF Node02 Vista {
- type "CYLINDER"
- texture ImageTexture { url "Appartement/Appartement_02.jpg" }
- vFov -0.759218 0.759218
- pitchRange -0.759218 0.759218
- }
-
- DEF Link01_02 Script {
- url "rst:link"
-
- eventIn SFVec2f clickPt
- eventIn SFVec2f overPt
- eventOut SFBool value_changed
-
- field SFBool outValue TRUE
- field SFVec2f xBounds 0.718312 0.790959
- field SFVec2f yBounds 0.312448 0.897191
- field SFString transition "CUT"
- }
-
- DEF Link02_01 Script {
- url "rst:link"
-
- eventIn SFVec2f clickPt
- eventIn SFVec2f overPt
- eventOut SFBool value_changed
-
- field SFBool outValue TRUE
- field SFVec2f xBounds 0.270445 0.314196
- field SFVec2f yBounds 0.323588 0.862452
- field SFString transition "CUT"
- }
-
- ROUTE Node01.clickPt TO Link01_02.clickPt
- ROUTE Node01.overPt TO Link01_02.overPt
- ROUTE Link01_02.value_changed TO Node02.set_bind
-
- ROUTE Node02.clickPt TO Link02_01.clickPt
- ROUTE Node02.overPt TO Link02_01.overPt
- ROUTE Link02_01.value_changed TO Node01.set_bind
-
-